Using Text View

Text View displays scripts in a text-based editor and gives you access to the scripting language. Each script line in Text View is a statement, which specifies how QA Wizard Pro interacts with the tested application.

Note: You can customize the font and colors used in Text View. See Setting Text View font and color options.

Use one of the following methods to work with statements in Text View.

Tip: A sample workspace that includes both web and Windows scripts is installed with QA Wizard Pro. To learn more about Text View, you may want to open a sample script, read the comments, and experiment with the functionality. See Sample scripts and applications.

Understanding script syntax 

Each statement has its own syntax rules. If you do not follow these rules, errors are returned when you run the script. Keep the following in mind:

Note: You cannot switch between Keyword View and Text View until any syntax errors, which are displayed in the Errors pane, are resolved.

About code completion 

Text View's code completion feature displays the available statements or actions as you type.

Related Topics Link IconSee also